C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Serialization Namespace / C1PropsTable.WriteDelegate<T> Delegate

In This Topic
C1PropsTable.WriteDelegate<T> Delegate
In This Topic
For internal use.
Syntax
'Declaration
 
Public Delegate Sub C1PropsTable.WriteDelegate(Of T As IC1Serializable)( _
   ByVal writer As C1WriterBase, _
   ByVal obj As T _
) 
 

Parameters

writer
obj

Type Parameters

T
See Also